home *** CD-ROM | disk | FTP | other *** search
/ Chip: Internet / Chip Internet.iso / wwwutil / corelweb / programs / corelweb.ini < prev    next >
INI File  |  1995-04-24  |  18KB  |  484 lines

  1.  
  2. ; ************************************************************************
  3. ; This file contains settings which affect the operation of Mosaic.
  4. ; Do not edit this file unless you are sure you know what you are doing.
  5. ; If you do edit this file, keep a backup copy.
  6. ;
  7. ; Not all of the items mentioned here are officially supported options.
  8. ; Edit this file at your own risk.
  9. ;
  10. ; Copyright 1994 Spyglass, Inc.
  11. ; All Rights Reserved
  12. ;
  13. ; ************************************************************************
  14.  
  15. ; NOTICE: This INI file is INSTALLED in the same directory as the Mosaic EXE.
  16. ; NOTICE: However, Mosaic looks for the INI file in the Windows directory.
  17. ; NOTICE: If Mosaic does not find an INI file in the Windows directory,
  18. ; NOTICE: it copies the one in the EXE directory there.
  19. ; NOTICE: If you are editing this file in the EXE directory, your changes
  20. ; NOTICE: will probably not take effect.  Edit the copy in the Windows
  21. ; NOTICE: directory instead.
  22.  
  23. ; --------------------------------
  24. ;
  25. ; This section contains general settings for the operation of Mosaic
  26. ;
  27. [Main]
  28. Display Inline Images = true
  29. Anchor Underline = true
  30.  
  31. ; The Grey Background is for compatibility with NCSA Mosaic.  When set
  32. ; to yes, Mosaic forces the windows to have a grey background, instead
  33. ; of obeying the default Windows background color setting.
  34. Grey Background=no
  35.  
  36. ; Anchor_Visitation_Horizon controls how Mosaic colors links as being
  37. ; visited.  The unit is in days, so if you set it to 3, Mosaic will
  38. ; color all links visited in the last 3 days as visited.
  39. Anchor_Visitation_Horizon=1
  40.  
  41. ; History_Expire_Days tells Mosaic how many days of history to keep.
  42. ; For example, if you set it to 30, Mosaic will only keep item in
  43. ; your history file for 30 days.  A setting of -1 means never throw
  44. ; away history entries.  The history file is called globhist.htm
  45. History_Expire_Days = 60
  46.  
  47. ; Mosaic sometimes creates temporary files for use with external viewer
  48. ; programs.  If you set Delete_Temp_Files_On_Exit to yes, then Mosaic
  49. ; will delete those files when you exit from Mosaic
  50. Delete_Temp_Files_On_Exit = yes
  51.  
  52. ; The specification of the help file is relative to the EXE directory.
  53. Help_File = help/topics.htm
  54.  
  55. ; The specification of the hotlist file is relative to the Windows directory,
  56. ; where the hotlist file is stored.
  57. Hotlist_File = hotlist.htm
  58.  
  59. ; The specification of the globhist file is relative to the Windows directory,
  60. ; where the globhist file is stored.
  61. Globhist_File = globhist.htm
  62.  
  63. Enable_Disk_Cache = no
  64.  
  65. ; Temp_Directory = c:\mytemp\
  66. ; Home Page=http://www.spyglass.com/
  67.  
  68. ; --------------------------------
  69. ;
  70. ; This section is used to configure network servers and parameters
  71. ;
  72. ; On certain TCP/IP stacks, it is necessary to set Use_Async_DNS = no
  73. ;
  74. [Services]
  75. Proxy_Server =
  76. No_Proxy =
  77. NNTP_Server =
  78. Use_Async_DNS = yes
  79.  
  80. ; --------------------------------
  81. [Settings]
  82. Anchor Color = 0, 0, 255
  83. Anchor Color Visited = 0, 128, 128
  84.  
  85. ; --------------------------------
  86. [Document Windows]
  87. x = -1
  88. y = -1
  89. width =    600
  90. height = 400
  91.  
  92. ; --------------------------------
  93. [History Window]
  94.  
  95. ; --------------------------------
  96. [Hotlist Window]
  97.  
  98. ; --------------------------------
  99. ; Margin settings are in inches
  100. [PageSetup]
  101. margin_left = 0.75
  102. margin_right = 0.75
  103. margin_top = 0.75
  104. margin_bottom = 0.75
  105.  
  106. ; header/footer symbols
  107. ;
  108. ;    &w        window name
  109. ;    &u        URL
  110. ;    &d        date - american style mmm dd yyyy
  111. ;    &D        date - european style dd mmm yyyy
  112. ;    &t        time - AM/PM style HH:MM AM/PM
  113. ;    &T        time - 24 hour style HH:MM
  114. ;    &p        current page number
  115. ;    &P        total number of pages
  116. ;    &&        single ampersand ('&')
  117. ;
  118. header_left = &w
  119. header_right = Page &p of &P
  120. footer_left = &D
  121. footer_right = &t
  122.  
  123. ; --------------------------------
  124. [Document Caching]
  125. Number = 4
  126.  
  127. ; --------------------------------
  128. [Image Caching]
  129. Number = 50
  130.  
  131. ; --------------------------------
  132. [Helpers]
  133. ; mailto = c:\mymail\mymail.exe %s
  134. ; telnet = c:\mytelnet\mytelnet.exe %s
  135.  
  136. ; --------------------------------
  137. ;
  138. ; Default_Style_Sheet specifies the style sheet which is used to
  139. ; display all documents.
  140. ;
  141. [Styles]
  142. Default_Style_Sheet=MixedMedium
  143.  
  144. ;
  145. ; The settings below specify the style sheets which are available.
  146. ; If you need to add one of your own, edit carefully.  You will need
  147. ; to adjust the value of Count_Style_Sheets accordingly.
  148. ;
  149. Count_Style_Sheets=9
  150. StyleSheet_Name_1=SerifSmall
  151. SerifSmall_Normal_font=Times New Roman,NoBold,10,NoItalic,NoUnderline
  152. SerifSmall_H1_font=Times New Roman,Bold,16,NoItalic,NoUnderline
  153. SerifSmall_H2_font=Times New Roman,Bold,14,NoItalic,NoUnderline
  154. SerifSmall_H3_font=Times New Roman,NoBold,14,Italic,NoUnderline
  155. SerifSmall_H4_font=Times New Roman,Bold,12,NoItalic,NoUnderline
  156. SerifSmall_H5_font=Times New Roman,NoBold,12,Italic,NoUnderline
  157. SerifSmall_H6_font=Times New Roman,Bold,12,NoItalic,NoUnderline
  158. SerifSmall_H7_font=Times New Roman,NoBold,12,NoItalic,NoUnderline
  159. SerifSmall_Listing_font=Courier New,NoBold,10,NoItalic,NoUnderline
  160. SerifSmall_XMP_font=Courier New,NoBold,10,NoItalic,NoUnderline
  161. SerifSmall_PlainText_font=Courier New,NoBold,10,NoItalic,NoUnderline
  162. SerifSmall_Pre_font=Courier New,NoBold,10,NoItalic,NoUnderline
  163. SerifSmall_Address_font=Times New Roman,NoBold,10,Italic,NoUnderline
  164. SerifSmall_BlockQuote_font=Times New Roman,NoBold,10,Italic,NoUnderline
  165.  
  166. StyleSheet_Name_2=SerifMedium
  167. SerifMedium_Normal_font=Times New Roman,NoBold,12,NoItalic,NoUnderline
  168. SerifMedium_H1_font=Times New Roman,Bold,18,NoItalic,NoUnderline
  169. SerifMedium_H2_font=Times New Roman,Bold,16,NoItalic,NoUnderline
  170. SerifMedium_H3_font=Times New Roman,NoBold,16,Italic,NoUnderline
  171. SerifMedium_H4_font=Times New Roman,Bold,14,NoItalic,NoUnderline
  172. SerifMedium_H5_font=Times New Roman,NoBold,14,Italic,NoUnderline
  173. SerifMedium_H6_font=Times New Roman,Bold,14,NoItalic,NoUnderline
  174. SerifMedium_H7_font=Times New Roman,NoBold,14,NoItalic,NoUnderline
  175. SerifMedium_Listing_font=Courier New,NoBold,12,NoItalic,NoUnderline
  176. SerifMedium_XMP_font=Courier New,NoBold,12,NoItalic,NoUnderline
  177. SerifMedium_PlainText_font=Courier New,NoBold,12,NoItalic,NoUnderline
  178. SerifMedium_Pre_font=Courier New,NoBold,12,NoItalic,NoUnderline
  179. SerifMedium_Address_font=Times New Roman,NoBold,12,Italic,NoUnderline
  180. SerifMedium_BlockQuote_font=Times New Roman,NoBold,12,Italic,NoUnderline
  181.  
  182. StyleSheet_Name_3=SerifLarge
  183. SerifLarge_Normal_font=Times New Roman,NoBold,18,NoItalic,NoUnderline
  184. SerifLarge_H1_font=Times New Roman,Bold,32,NoItalic,NoUnderline
  185. SerifLarge_H2_font=Times New Roman,Bold,28,NoItalic,NoUnderline
  186. SerifLarge_H3_font=Times New Roman,NoBold,28,Italic,NoUnderline
  187. SerifLarge_H4_font=Times New Roman,Bold,20,NoItalic,NoUnderline
  188. SerifLarge_H5_font=Times New Roman,NoBold,20,Italic,NoUnderline
  189. SerifLarge_H6_font=Times New Roman,Bold,20,NoItalic,NoUnderline
  190. SerifLarge_H7_font=Times New Roman,NoBold,20,NoItalic,NoUnderline
  191. SerifLarge_Listing_font=Courier New,NoBold,18,NoItalic,NoUnderline
  192. SerifLarge_XMP_font=Courier New,NoBold,18,NoItalic,NoUnderline
  193. SerifLarge_PlainText_font=Courier New,NoBold,18,NoItalic,NoUnderline
  194. SerifLarge_Pre_font=Courier New,NoBold,18,NoItalic,NoUnderline
  195. SerifLarge_Address_font=Times New Roman,NoBold,18,Italic,NoUnderline
  196. SerifLarge_BlockQuote_font=Times New Roman,NoBold,18,Italic,NoUnderline
  197.  
  198. StyleSheet_Name_4=SansSerifSmall
  199. SansSerifSmall_Normal_font=Arial,NoBold,10,NoItalic,NoUnderline
  200. SansSerifSmall_H1_font=Arial,Bold,16,NoItalic,NoUnderline
  201. SansSerifSmall_H2_font=Arial,Bold,14,NoItalic,NoUnderline
  202. SansSerifSmall_H3_font=Arial,NoBold,14,Italic,NoUnderline
  203. SansSerifSmall_H4_font=Arial,Bold,12,NoItalic,NoUnderline
  204. SansSerifSmall_H5_font=Arial,NoBold,12,Italic,NoUnderline
  205. SansSerifSmall_H6_font=Arial,Bold,12,NoItalic,NoUnderline
  206. SansSerifSmall_H7_font=Arial,NoBold,12,NoItalic,NoUnderline
  207. SansSerifSmall_Listing_font=Courier New,NoBold,10,NoItalic,NoUnderline
  208. SansSerifSmall_XMP_font=Courier New,NoBold,10,NoItalic,NoUnderline
  209. SansSerifSmall_PlainText_font=Courier New,NoBold,10,NoItalic,NoUnderline
  210. SansSerifSmall_Pre_font=Courier New,NoBold,10,NoItalic,NoUnderline
  211. SansSerifSmall_Address_font=Arial,NoBold,10,Italic,NoUnderline
  212. SansSerifSmall_BlockQuote_font=Arial,NoBold,10,Italic,NoUnderline
  213.  
  214. StyleSheet_Name_5=SansSerifMedium
  215. SansSerifMedium_Normal_font=Arial,NoBold,12,NoItalic,NoUnderline
  216. SansSerifMedium_H1_font=Arial,Bold,18,NoItalic,NoUnderline
  217. SansSerifMedium_H2_font=Arial,Bold,16,NoItalic,NoUnderline
  218. SansSerifMedium_H3_font=Arial,NoBold,16,Italic,NoUnderline
  219. SansSerifMedium_H4_font=Arial,Bold,14,NoItalic,NoUnderline
  220. SansSerifMedium_H5_font=Arial,NoBold,14,Italic,NoUnderline
  221. SansSerifMedium_H6_font=Arial,Bold,14,NoItalic,NoUnderline
  222. SansSerifMedium_H7_font=Arial,NoBold,14,NoItalic,NoUnderline
  223. SansSerifMedium_Listing_font=Courier New,NoBold,12,NoItalic,NoUnderline
  224. SansSerifMedium_XMP_font=Courier New,NoBold,12,NoItalic,NoUnderline
  225. SansSerifMedium_PlainText_font=Courier New,NoBold,12,NoItalic,NoUnderline
  226. SansSerifMedium_Pre_font=Courier New,NoBold,12,NoItalic,NoUnderline
  227. SansSerifMedium_Address_font=Arial,NoBold,12,Italic,NoUnderline
  228. SansSerifMedium_BlockQuote_font=Arial,NoBold,12,Italic,NoUnderline
  229.  
  230. StyleSheet_Name_6=SansSerifLarge
  231. SansSerifLarge_Normal_font=Arial,NoBold,18,NoItalic,NoUnderline
  232. SansSerifLarge_H1_font=Arial,Bold,32,NoItalic,NoUnderline
  233. SansSerifLarge_H2_font=Arial,Bold,28,NoItalic,NoUnderline
  234. SansSerifLarge_H3_font=Arial,NoBold,28,Italic,NoUnderline
  235. SansSerifLarge_H4_font=Arial,Bold,20,NoItalic,NoUnderline
  236. SansSerifLarge_H5_font=Arial,NoBold,20,Italic,NoUnderline
  237. SansSerifLarge_H6_font=Arial,Bold,20,NoItalic,NoUnderline
  238. SansSerifLarge_H7_font=Arial,NoBold,20,NoItalic,NoUnderline
  239. SansSerifLarge_Listing_font=Courier New,NoBold,18,NoItalic,NoUnderline
  240. SansSerifLarge_XMP_font=Courier New,NoBold,18,NoItalic,NoUnderline
  241. SansSerifLarge_PlainText_font=Courier New,NoBold,18,NoItalic,NoUnderline
  242. SansSerifLarge_Pre_font=Courier New,NoBold,18,NoItalic,NoUnderline
  243. SansSerifLarge_Address_font=Arial,NoBold,18,Italic,NoUnderline
  244. SansSerifLarge_BlockQuote_font=Arial,NoBold,18,Italic,NoUnderline
  245.  
  246. StyleSheet_Name_7=MixedSmall
  247. MixedSmall_Normal_font=Times New Roman,NoBold,10,NoItalic,NoUnderline
  248. MixedSmall_H1_font=Arial,Bold,16,NoItalic,NoUnderline
  249. MixedSmall_H2_font=Arial,Bold,14,NoItalic,NoUnderline
  250. MixedSmall_H3_font=Arial,NoBold,14,Italic,NoUnderline
  251. MixedSmall_H4_font=Arial,Bold,12,NoItalic,NoUnderline
  252. MixedSmall_H5_font=Arial,NoBold,12,Italic,NoUnderline
  253. MixedSmall_H6_font=Arial,Bold,12,NoItalic,NoUnderline
  254. MixedSmall_H7_font=Arial,NoBold,12,NoItalic,NoUnderline
  255. MixedSmall_Listing_font=Courier New,NoBold,10,NoItalic,NoUnderline
  256. MixedSmall_XMP_font=Courier New,NoBold,10,NoItalic,NoUnderline
  257. MixedSmall_PlainText_font=Courier New,NoBold,10,NoItalic,NoUnderline
  258. MixedSmall_Pre_font=Courier New,NoBold,10,NoItalic,NoUnderline
  259. MixedSmall_Address_font=Times New Roman,NoBold,10,Italic,NoUnderline
  260. MixedSmall_BlockQuote_font=Times New Roman,NoBold,10,Italic,NoUnderline
  261.  
  262. StyleSheet_Name_8=MixedMedium
  263. MixedMedium_Normal_font=Times New Roman,NoBold,12,NoItalic,NoUnderline
  264. MixedMedium_H1_font=Arial,Bold,18,NoItalic,NoUnderline
  265. MixedMedium_H2_font=Arial,Bold,16,NoItalic,NoUnderline
  266. MixedMedium_H3_font=Arial,NoBold,16,Italic,NoUnderline
  267. MixedMedium_H4_font=Arial,Bold,14,NoItalic,NoUnderline
  268. MixedMedium_H5_font=Arial,NoBold,14,Italic,NoUnderline
  269. MixedMedium_H6_font=Arial,Bold,14,NoItalic,NoUnderline
  270. MixedMedium_H7_font=Arial,NoBold,14,NoItalic,NoUnderline
  271. MixedMedium_Listing_font=Courier New,NoBold,12,NoItalic,NoUnderline
  272. MixedMedium_XMP_font=Courier New,NoBold,12,NoItalic,NoUnderline
  273. MixedMedium_PlainText_font=Courier New,NoBold,12,NoItalic,NoUnderline
  274. MixedMedium_Pre_font=Courier New,NoBold,12,NoItalic,NoUnderline
  275. MixedMedium_Address_font=Times New Roman,NoBold,12,Italic,NoUnderline
  276. MixedMedium_BlockQuote_font=Times New Roman,NoBold,12,Italic,NoUnderline
  277.  
  278. StyleSheet_Name_9=MixedLarge
  279. MixedLarge_Normal_font=Times New Roman,NoBold,18,NoItalic,NoUnderline
  280. MixedLarge_H1_font=Arial,Bold,32,NoItalic,NoUnderline
  281. MixedLarge_H2_font=Arial,Bold,28,NoItalic,NoUnderline
  282. MixedLarge_H3_font=Arial,NoBold,28,Italic,NoUnderline
  283. MixedLarge_H4_font=Arial,Bold,20,NoItalic,NoUnderline
  284. MixedLarge_H5_font=Arial,NoBold,20,Italic,NoUnderline
  285. MixedLarge_H6_font=Arial,Bold,20,NoItalic,NoUnderline
  286. MixedLarge_H7_font=Arial,NoBold,20,NoItalic,NoUnderline
  287. MixedLarge_Listing_font=Courier New,NoBold,18,NoItalic,NoUnderline
  288. MixedLarge_XMP_font=Courier New,NoBold,18,NoItalic,NoUnderline
  289. MixedLarge_PlainText_font=Courier New,NoBold,18,NoItalic,NoUnderline
  290. MixedLarge_Pre_font=Courier New,NoBold,18,NoItalic,NoUnderline
  291. MixedLarge_Address_font=Times New Roman,NoBold,18,Italic,NoUnderline
  292. MixedLarge_BlockQuote_font=Times New Roman,NoBold,18,Italic,NoUnderline
  293.  
  294. ;
  295. ; If you need to add a custom style sheet, you should make sure that you
  296. ; number it correctly and provide a name.  Use the name as the base for
  297. ; all 14 font specifications.  You can copy the following lines and use
  298. ; them as a template.
  299. ;
  300. ;StyleSheet_Name_10=MYSTYLESHEET
  301. ;MYSTYLESHEET_Normal_font=Times New Roman,NoBold,18,NoItalic,NoUnderline
  302. ;MYSTYLESHEET_H1_font=Arial,Bold,32,NoItalic,NoUnderline
  303. ;MYSTYLESHEET_H2_font=Arial,Bold,28,NoItalic,NoUnderline
  304. ;MYSTYLESHEET_H3_font=Arial,NoBold,24,Italic,NoUnderline
  305. ;MYSTYLESHEET_H4_font=Arial,Bold,20,NoItalic,NoUnderline
  306. ;MYSTYLESHEET_H5_font=Arial,NoBold,20,Italic,NoUnderline
  307. ;MYSTYLESHEET_H6_font=Arial,Bold,20,NoItalic,NoUnderline
  308. ;MYSTYLESHEET_H7_font=Arial,NoBold,20,NoItalic,NoUnderline
  309. ;MYSTYLESHEET_Listing_font=Courier New,NoBold,18,NoItalic,NoUnderline
  310. ;MYSTYLESHEET_XMP_font=Courier New,NoBold,18,NoItalic,NoUnderline
  311. ;MYSTYLESHEET_PlainText_font=Courier New,NoBold,18,NoItalic,NoUnderline
  312. ;MYSTYLESHEET_Pre_font=Courier New,NoBold,18,NoItalic,NoUnderline
  313. ;MYSTYLESHEET_Address_font=Times New Roman,NoBold,18,Italic,NoUnderline
  314. ;MYSTYLESHEET_BlockQuote_font=Times New Roman,NoBold,18,Italic,NoUnderline
  315.  
  316. ; --------------------------------
  317. ;
  318. ; This section is intended to support vendor configuration of Mosaic
  319. ;
  320. [Custom_URL_Menu]
  321. enable=no
  322. count=4
  323. name=&URL
  324.  
  325. title_1 = Spyglass Home Page
  326. url_1 = http://www.spyglass.com/
  327.  
  328. ; Note that entry number 2 is totally missing.  This becomes a separator.
  329.  
  330. ; Note the missing title_3 entry.  The title defaults to be the same as the URL.
  331. url_3 = http://info.cern.ch/
  332.  
  333. title_4 = NCSA What's New
  334. url_4 = http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/Docs/whats-new.html
  335.  
  336. ; --------------------------------
  337. ;
  338. ; External viewers (Helpers) are configured by specifying a MIME type on a line of
  339. ; the form TYPE# where # is an integer.  The numbers must be contiguous.
  340. ; Then, set the MIME type = to the application you wish to use to view
  341. ; files of that type.  Insert %s where you want the filename of the viewer
  342. ; temp file to be substituted.
  343. ;
  344. ; TYPE0=image/jpeg
  345. ; TYPE1=image/gif
  346. ; image/jpeg = c:\myviewer\myviewer.exe %s
  347. ;
  348. [Viewers]
  349. TYPE0=image/jpeg
  350. TYPE1=image/gif
  351. TYPE2=text/html
  352. TYPE3=text/plain
  353. TYPE4=audio/basic
  354. TYPE5=audio/x-aiff
  355. TYPE6=audio/x-wav
  356. TYPE7=image/tiff
  357. TYPE8=application/postscript
  358. TYPE9=video/mpeg
  359. TYPE10=video/quicktime
  360. TYPE11=video/x-msvideo
  361. TYPE12=application/pdf
  362. TYPE13=application/zip
  363. TYPE14=application/x-tar
  364. TYPE15=application/rtf
  365. TYPE16=application/x-stuffit
  366. TYPE17=application/mac-binhex40
  367. TYPE18=application/x-compress
  368. TYPE19=application/x-gzip
  369. TYPE20=application/x-hdf
  370. TYPE21=text/x-sgml
  371.  
  372. ; --------------------------------
  373. ; Suffixes (file extensions) for a given MIME type are configured here.  These
  374. ; suffixes are not used for HTTP URL's, since the HTTP protocol specifies
  375. ; the MIME type, therefore Mosaic does not have to guess the MIME type by
  376. ; file extension.  MIME types which appear here must be defined in the [Viewers]
  377. ; section.
  378. ;
  379. [Suffixes]
  380. image/jpeg=.jpeg .jpg  
  381. image/gif=.gif  
  382. text/html=.htm .html  
  383. text/plain=.txt .c .h .ini  
  384. audio/basic=.au  
  385. audio/x-aiff=.aiff .aif  
  386. audio/x-wav=.wav
  387. image/tiff=.tif .tiff
  388. application/postscript=.ps .eps .ai
  389. video/mpeg=.mpeg .mpg
  390. video/quicktime=.qt .mov
  391. video/x-msvideo=.avi
  392. application/pdf=.pdf
  393. application/zip=.zip
  394. application/x-tar=.tar
  395. application/rtf=.rtf
  396. application/x-stuffit=.sit
  397. application/mac-binhex40=.hqx
  398. application/x-compress=.Z
  399. application/x-gzip=.gz
  400. application/x-hdf=.hdf
  401. text/x-sgml=.sgm .sgml
  402.  
  403. ; --------------------------------
  404. ;
  405. ; Valid settings for an encoding are binary, 7bit, or 8bit
  406. ;
  407. ; image/jpeg = binary
  408. ; image/gif = binary
  409. ;
  410. [Encodings]
  411. image/jpeg=binary
  412. image/gif=binary
  413. text/html=8bit
  414. text/plain=7bit
  415. audio/basic=binary
  416. audio/x-aiff=binary
  417. audio/x-wav=binary
  418. image/tiff=binary
  419. application/postscript=8bit
  420. video/mpeg=binary
  421. video/quicktime=binary
  422. video/x-msvideo=binary
  423. application/pdf=binary
  424. application/zip=binary
  425. application/x-tar=binary
  426. application/rtf=8bit
  427. application/x-stuffit=binary
  428. application/mac-binhex40=8bit
  429. application/x-compress=binary
  430. application/x-gzip=binary
  431. application/x-hdf=binary
  432. text/x-sgml=binary
  433.  
  434. ; --------------------------------
  435. ;
  436. ; MIME Descriptions contains the plain-language descriptions which
  437. ; appear in the Helpers dialog.
  438. ;
  439. [MIME Descriptions]
  440. image/jpeg=JPEG Images
  441. image/gif=GIF Images
  442. text/html=HTML Documents
  443. text/plain=Text Files
  444. audio/basic=Audio Files
  445. audio/x-aiff=AIFF Files
  446. audio/x-wav=WAVE Files
  447. image/tiff=TIFF Images
  448. application/postscript=PostScript Files
  449. video/mpeg=MPEG Movies
  450. video/quicktime=QuickTime Movies
  451. video/x-msvideo=Microsoft Video Movies
  452. application/pdf=PDF Files
  453. application/zip=ZIP Archives
  454. application/x-tar=TAR Archives
  455. application/rtf=Rich Text Format Files
  456. application/x-stuffit=Stuffit Archives
  457. application/mac-binhex40=Binhex Files
  458. application/x-compress=Compressed Files
  459. application/x-gzip=GZIP Files
  460. application/x-hdf=HDF Data Files
  461. text/x-sgml=SGML Documents
  462.  
  463. ; --------------------------------
  464. ;
  465. ; This section provides the DDE service names for preconfigured Mosaic SDI
  466. ; Helpers.
  467. ;
  468. [SDI_Viewers]
  469.  
  470. ; --------------------------------
  471. ;
  472. [SecurityProtocols]
  473. Basic=Basic_Load,basic.dll
  474. Digest=Digest_Load,digest.dll
  475. FirstVirtual=fv_Load,fv.dll
  476.  
  477. ; --------------------------------
  478. ; This section is used during the install process
  479. ;
  480. [Version]
  481. Build=2.0.0.BUILDNUM
  482.  
  483.